FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document Namespace / Utils Class / GetProperty(Type,String,BindingFlags,Type,Type[]) Method

In This Topic
    GetProperty(Type,String,BindingFlags,Type,Type[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function GetProperty( _
       ByVal type As Type, _
       ByVal name As String, _
       ByVal bindingFlags As BindingFlags, _
       ByVal returnType As Type, _
       ByVal paramTypes() As Type _
    ) As PropertyInfo
    public static PropertyInfo GetProperty( 
       Type type,
       string name,
       BindingFlags bindingFlags,
       Type returnType,
       Type[] paramTypes
    )

    Parameters

    type
    name
    bindingFlags
    returnType
    paramTypes
    See Also